* {
    box-sizing: border-box;
}


h1 {
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 1.9vw;
letter-spacing: 0.5px;
	font-family: Georgia, 'Times New Roman', Times, serif;

}
@media screen and (max-width: 1200px) {
  h1 {
font-size: 25px;
font-weight: bold;
}
}
h2 {
text-align: center;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.5px;
}
.modal-offer {
    width: 580px;
    height: 120px;
    position: fixed;
	font-size: 13.5px;
	font-weight: bold;
    top: -160px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #ffffff;
	color: #000000;
    padding: 10px;
    border-radius: 4px;
    z-index: 3;
    box-shadow: 0 10px 14px 0;
	text-transform: uppercase;
}
.modal-offer span { 
    position: absolute;
    top: 3px;
    right: 6px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .modal-offer {
visibility: hidden;
  }
}

.rightcolumn {
    float: left;
    width: 100%;
    padding: 5px;
}


.card {
	width: 100%;
    padding: 5px;
    margin-top: 20px;
}
.card h1 {
text-align: center;
}

.card h2 {
text-align: center;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.5px;
}
.card p {
text-align: justify;
font-size: 18px;
letter-spacing: 0.5px;
}
.card img {
border: none;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
   .colortext {
     color: red;
   }
.help {
border: 2px double black;
padding: 40px;
background: #000000;
color: #ffffff;
font-size: 20px;
text-align: justify;
text-transform: uppercase;
line-height: 1.5;
}
.help a {
text-decoration: none;
color: green;
font-weight: bold;
letter-spacing: 1.2px;
}
.help a:hover {
text-decoration: underline;
}

#cemeteryMSKinput {
  background-image: url(../img/Zoom.png);
  background-position: 0.7vw 0.7vw;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 1.2vw;
  padding: 12px 20px 12px 40px;
  border: 2px solid #000000;
  margin-bottom: 12px;
  margin-top: 10px;
}

#cemeteryMSKtable {
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #000000;
  font-size: 1.2vw;
 font-weight: bold;
 padding: 0;
}

#cemeteryMSKtable th, #cemeteryMSKtable td {
  text-align: left;
  padding: 8px;
}
#cemeteryMSKtable td h4 {
text-align: center;
font-weight: 900;
}
#cemeteryMSKtable td p {
text-transform: uppercase;
}
#cemeteryMSKtable td img {
border: none;
}

#cemeteryMSKtable tr {
  border-bottom: 1px solid #000000;
}
#cemeteryMSKtable tr a {
text-decoration: none;
color: green;
}
#cemeteryMSKtable tr a:hover {
text-decoration: underline;
}

#cemeteryMSKtable tr.header1, #cemeteryMSKtable tr:hover {
  background-color: #ffffff;
}

#cemeteryNewMSKinput {
  background-image: url(../img/Zoom.png);
  background-position: 0.7vw 0.7vw;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 1.2vw;
  padding: 12px 20px 12px 40px;
  border: 2px solid #000000;
  margin-bottom: 12px;
  margin-top: 10px;
}

#cemeteryNewMSKtable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000000;
  font-size: 16px;
 font-weight: bold;
}
#cemeteryNewMSKtable td h4 {
text-align: center;
font-weight: 900;
}

#cemeteryNewMSKtable th, #cemeteryNewMSKtable td {
  text-align: left;
  padding: 12px;
}
#cemeteryNewMSKtable td p {
text-transform: uppercase;
}
#cemeteryNewMSKtable td img {
border: none;
}

#cemeteryNewMSKtable tr {
  border-bottom: 1px solid #000000;
}
#cemeteryNewMSKtable tr a {
text-decoration: none;
color: green;
}
#cemeteryNewMSKtable tr a:hover {
text-decoration: underline;
}

#cemeteryNewMSKtable tr.header1, #cemeteryNewMSKtable tr:hover {
  background-color: #ffffff;
}


.accordion {
    background-color: #D8D8D8;
    color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.8px;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.4vw;
	margin-top: 0.7vw;
	font-family: Georgia, serif;
    transition: 0.4s;
}
.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
	font-family: FontAwesome;
	color: #000000;
    content: '\f0ab';
    font-weight: bold;
    float: right;
    margin-left: 5px;
	font-size: 1.3vw;
}

.active:after {
	font-family: FontAwesome;
	color: #000000;
    content: '\f0aa';
}
.accordion_small {
font-size: 14px;
}
.panel {
    padding: 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel p {
	letter-spacing: 0.8px;
	line-height: 1.4vw;
	font-size: 1.1vw;
}
.panel a {
text-decoration: none;
color: blue;
font-weight: bold;
}
.panel a:hover {
color: green;
}
.panel h4 {
	letter-spacing: 0.8px;
	font-size: 1.4vw;
	text-transform: uppercase;
	font-weight: bold;
}
@media screen and (max-width: 1200px) {
.accordion {
    font-size: 18px;
	margin-top: 10px;
}
.accordion:after {
	font-size: 17px;
}
.panel p {
	font-size: 15px;
		line-height: 18px;

}
.panel h4 {
	letter-spacing: 0.8px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
#cemeteryMSKinput {
  background-image: url(../img/Zoom.png);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 2px solid #000000;
  margin-bottom: 12px;
  margin-top: 10px;
}
#cemeteryMSKtable {
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #000000;
  font-size: 16px;
 font-weight: bold;
 padding: 0;
}
#cemeteryNewMSKinput {
  background-image: url(../img/Zoom.png);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 2px solid #000000;
  margin-bottom: 12px;
  margin-top: 10px;
}

}

.help_eikc {
font-size: 18px;
font-weight: bold;
text-align: justify;
border: 2px solid black;
padding: 10px;
letter-spacing: 0.5px;
}
.help_eikc a {
text-decoration: none;
color: green;
}
.help_eikc a:hover {
text-decoration: underline;
}

.minimized {
  width: 40%;
  height: auto;
  margin: 0 auto;
display: block;

}
@media screen and (max-width: 1200px) {
.minimized {
  width: 100%;
}
}


.minimized img {
  width: 100%;
  height:100%;
  margin: 0 auto;
display: block;
}

.image__wrapper {
margin: 0 auto;
display: block;

}
.image__wrapper img{
border: none;

}

.btn-basket-all {
  border: none;
  outline: none;
  padding: 12px 25px;
  background-color: #00a86b;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
    border: 1px solid black;
	border-radius: 3px;
	margin-top: 10px;
}

.btn-basket-all:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.btn-basket-add {
  background-color: green;
  color: white;
  font-weight: bold;
  padding: 8px;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 3px;
  cursor: pointer;
}

.btn-basket-add-black {
  border: none;
  font-family: GABRIOLA;
  padding: 12px 14px;
  background-color: #000000;
  color: #ffd700;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
	font-size: 19px;
}
.btn-basket-add-black:active {
  background-color: green;
}

.btn-basket-add-red {
  border: none;
    font-family: GABRIOLA;
  outline: none;
  padding: 12px 14px;
  background-color: red;
  color: #ffd700;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
	font-size: 19px;
}
.btn-basket-add-red:active {
  background-color: green;
}
.btn-basket-clear-close {
  border: none;
  outline: none;
  padding: 12px 25px;
  margin: 0 auto;
  background-color: #f1f1f1;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
    border: 1px solid black;
	border-radius: 3px;
}
@media screen and (max-width: 600px) {
    .btn-basket-clear-close {
        width: 100%;
		margin-top: 5px;
    }
}
.btn-basket-clear-close:hover {
  background-color: green;
  color: #FFFFFF;
}
.basket_container {
border: none;
width: 90%;
margin: 0 auto;
height: auto;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 3000;
}
.pre_wrapper small {
  display: block;
  position: relative;
  text-align: center;
  font-size: 25px;
  top: 100px;
}
#preloader .icon_animate {
  position: absolute;
  width: 300px;
  height: 300px;
  background: url(../img/456.GIF) center center no-repeat; 
  background-size: 300px;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
